home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / v cisle / rainmeter / Rainmeter-0.14-32bit.exe / Skins / Tranquil / Bar / Bar-C.ini < prev    next >
INI File  |  2006-01-20  |  4KB  |  293 lines

  1. ;
  2. ; Rainmeter configuration file
  3. ;
  4.  
  5. [Variables]
  6. TimeFormat="locale-time"
  7. DateFormat="locale-date"
  8.  
  9. [Rainmeter]
  10. BackgroundMode=1
  11. Author=Rainy (rainy@iki.fi)
  12. Update=1000
  13. AppVersion=1001
  14.  
  15. ;-----------------------------------------------------------------------
  16.  
  17. [MeterLeft]
  18. Meter=IMAGE
  19. X=0
  20. Y=0
  21. ImageName=bg-left.png
  22.  
  23. [MeterCenter]
  24. Meter=IMAGE
  25. X=64
  26. Y=0
  27. W=380
  28. H=64
  29. ImageName=bg-center.png
  30.  
  31. [MeterRight]
  32. Meter=IMAGE
  33. X=435
  34. Y=0
  35. ImageName=bg-right.png
  36.  
  37. ;-----------------------------------------------------------------------
  38.  
  39. [MeasureCPU]
  40. Measure=CPU
  41.  
  42. [MeterCPUbg]
  43. Meter=IMAGE
  44. X=10
  45. Y=5
  46. ImageName=screen.png
  47.  
  48. [MeterCPULine]
  49. Meter=LINE
  50. MeasureName=MeasureCPU
  51. X=9r
  52. Y=7r
  53. W=68
  54. H=40
  55. LineColor=0, 0, 0
  56. LineWidth=1.5
  57. Antialias=1
  58.  
  59. [MeterCPUbgShine]
  60. Meter=IMAGE
  61. X=-9r
  62. Y=-7r
  63. ImageName=screen-shine.png
  64.  
  65. [MeterCPUText]
  66. Meter=STRING
  67. MeasureName=MeasureCPU
  68. X=8r
  69. Y=6r
  70. FontColor=0, 0, 0, 128
  71. StringStyle=NORMAL
  72. FontSize=8
  73. StringAlign=LEFT
  74. FontFace=Tahoma
  75. Antialias=1
  76. Text="CPU: %1%"
  77.  
  78. ;-----------------------------------------------------------------------
  79.  
  80. [MeasureTime]
  81. Measure=TIME
  82. Format=#TimeFormat#
  83.  
  84. [MeasureDate]
  85. Measure=TIME
  86. Format=#DateFormat#
  87.  
  88. [MeterTimeText]
  89. Meter=STRING
  90. MeasureName=MeasureTime
  91. X=150
  92. Y=10
  93. FontColor=0, 0, 0
  94. StringStyle=BOLD
  95. FontSize=12
  96. StringAlign=CENTER
  97. FontFace=Tahoma
  98. Antialias=1
  99.  
  100. [MeterDateText]
  101. Meter=STRING
  102. MeasureName=MeasureDate
  103. X=0r
  104. Y=20r
  105. FontColor=0, 0, 0
  106. StringStyle=BOLD
  107. FontSize=12
  108. StringAlign=CENTER
  109. FontFace=Tahoma
  110. Antialias=1
  111.  
  112. ;-----------------------------------------------------------------------
  113.  
  114. [MeasurePhysMem]
  115. Measure=PhysicalMemory
  116.  
  117. [MeasureSwapMem]
  118. Measure=SwapMemory
  119.  
  120. [MeterPhysBG]
  121. Meter=IMAGE
  122. X=210
  123. Y=7
  124. ImageName=bar-bg.png
  125.  
  126. [MeterPhysBar]
  127. Meter=BAR
  128. MeasureName=MeasurePhysMem
  129. X=5r
  130. Y=5r
  131. BarImage=bar.png
  132. BarBorder=8
  133. BarOrientation=HORIZONTAL
  134.  
  135. [MeterPhysText]
  136. Meter=STRING
  137. MeasureName=MeasurePhysMem
  138. X=10r
  139. Y=0r
  140. FontColor=0, 0, 0
  141. StringStyle=NORMAL
  142. FontSize=8
  143. StringAlign=LEFT
  144. FontFace=Tahoma
  145. Antialias=1
  146. Text="Phys: %1B"
  147. AutoScale=1 
  148.  
  149. [MeterSwapBG]
  150. Meter=IMAGE
  151. X=-15r
  152. Y=22r
  153. ImageName=bar-bg.png
  154.  
  155. [MeterSwapBar]
  156. Meter=BAR
  157. MeasureName=MeasureSwapMem
  158. X=5r
  159. Y=5r
  160. BarImage=bar.png
  161. BarBorder=8
  162. BarOrientation=HORIZONTAL
  163.  
  164. [MeterSwapText]
  165. Meter=STRING
  166. MeasureName=MeasureSwapMem
  167. X=10r
  168. Y=0r
  169. FontColor=0, 0, 0
  170. StringStyle=NORMAL
  171. FontSize=8
  172. StringAlign=LEFT
  173. FontFace=Tahoma
  174. Antialias=1
  175. Text="Swap: %1B"
  176. AutoScale=1
  177.  
  178. ;-----------------------------------------------------------------------
  179.  
  180. [MeasureNetIn]
  181. Measure=NetIn
  182.  
  183. [MeasureNetOut]
  184. Measure=NetOut
  185.  
  186. [MeterNetBG]
  187. Meter=IMAGE
  188. X=340
  189. Y=5
  190. ImageName=screen.png
  191.  
  192. [MeterNetLineIn]
  193. Meter=LINE
  194. MeasureName=MeasureNetIn
  195. X=9r
  196. Y=7r
  197. W=68
  198. H=19
  199. LineColor=0, 0, 0
  200. LineWidth=1.5
  201. Antialias=1
  202.  
  203. [MeterNetLineOut]
  204. Meter=LINE
  205. MeasureName=MeasureNetOut
  206. X=0r
  207. Y=22r
  208. W=68
  209. H=19
  210. LineColor=0, 0, 0
  211. LineWidth=1.5
  212. Antialias=1
  213. Flip=1
  214.  
  215. [MeterNetbgShine]
  216. Meter=IMAGE
  217. X=-9r
  218. Y=-27r
  219. ImageName=screen-shine.png
  220.  
  221. [MeterNetInText]
  222. Meter=STRING
  223. MeasureName=MeasureNetIn
  224. X=8r
  225. Y=6r
  226. FontColor=0, 0, 0, 128
  227. StringStyle=NORMAL
  228. FontSize=8
  229. StringAlign=LEFT
  230. FontFace=Tahoma
  231. Antialias=1
  232. Text="DL: %1B"
  233. AutoScale=1
  234.  
  235. [MeterNetOutText]
  236. Meter=STRING
  237. MeasureName=MeasureNetOut
  238. X=0r
  239. Y=25r
  240. FontColor=0, 0, 0, 128
  241. StringStyle=NORMAL
  242. FontSize=8
  243. StringAlign=LEFT
  244. FontFace=Tahoma
  245. Antialias=1
  246. Text="UL: %1B"
  247. AutoScale=1
  248.  
  249. ;-----------------------------------------------------------------------
  250.  
  251. [MeasureDiskC]
  252. Measure=FreeDiskSpace
  253. Drive=C:
  254. InvertMeasure=1
  255.  
  256. [MeterDiskCBG]
  257. Meter=IMAGE
  258. X=435
  259. Y=5
  260. ImageName=sphere.png
  261.  
  262. [MeterDiskCPie]
  263. Meter=ROUNDLINE
  264. MeasureName=MeasureDiskC
  265. X=0r
  266. Y=0r
  267. W=52
  268. H=52
  269. StartAngle=4.712
  270. RotationAngle=-6.283
  271. LineLength=15
  272. AntiAlias=1
  273. LineColor=0, 0, 0
  274. Solid=1
  275.  
  276. [MeterDiskCShine]
  277. Meter=IMAGE
  278. X=0r
  279. Y=0r
  280. ImageName=sphere-shine.png
  281.  
  282. [MeterDiskCText]
  283. Meter=STRING
  284. X=-1r
  285. Y=-3r
  286. FontColor=0, 0, 0
  287. StringStyle=BOLD
  288. FontSize=12
  289. StringAlign=CENTER
  290. FontFace=Tahoma
  291. Antialias=1
  292. Text="C"
  293.